Skip to content

Add missing meta descriptions #1074

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 14, 2025
Merged

Add missing meta descriptions #1074

merged 2 commits into from
Apr 14, 2025

Conversation

nlarew
Copy link
Collaborator

@nlarew nlarew commented Apr 10, 2025

Adds missing meta descriptions generated by the Education AI Team\n\nSOURCE: https://docs.google.com/spreadsheets/d/1fdrjF4Ms9fMl96zLiLGsYD_V38rTfPLuKs5VQk4vz6E/edit?gid=1166644539

Copy link

netlify bot commented Apr 10, 2025

Deploy Preview for docs-node ready!

Name Link
🔨 Latest commit 734dbb6
🔍 Latest deploy log https://app.netlify.com/sites/docs-node/deploys/67fd32a84ea13d0008ef758e
😎 Deploy Preview https://deploy-preview-1074--docs-node.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@@ -4,6 +4,9 @@
Use the Core API
================

.. meta::
:description: Perform a transaction using the Core API in Node.js to update inventory, customer orders, and save order details in a multi-document transaction.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
:description: Perform a transaction using the Core API in Node.js to update inventory, customer orders, and save order details in a multi-document transaction.
:description: Use the Core API with the MongoDB Node.js Driver to update multiple documents in a single transaction.

@@ -4,6 +4,9 @@
Perform a Transaction
=====================

.. meta::
:description: Explore how to perform transactions using the Node.js driver with both the Convenient Transaction API and the Core API.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
:description: Explore how to perform transactions using the Node.js driver with both the Convenient Transaction API and the Core API.
:description: Explore how to perform transactions using the MongoDB Node.js Driver with both the Convenient Transaction API and the Core API.

@@ -4,6 +4,9 @@
Update Multiple Documents
=========================

.. meta::
:description: Update multiple documents in a MongoDB collection using the `updateMany()` method with a filter and update document.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
:description: Update multiple documents in a MongoDB collection using the `updateMany()` method with a filter and update document.
:description: Update multiple documents in a collection with the MongoDB Node.js Driver by using the updateMany() method with a filter.

@@ -4,6 +4,9 @@
Update a Document
=================

.. meta::
:description: Update a single document in a MongoDB collection using the `updateOne()` method with options for upserting and handling exceptions.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
:description: Update a single document in a MongoDB collection using the `updateOne()` method with options for upserting and handling exceptions.
:description: Update a single document in a MongoDB collection with the in the MongoDB Node.js Driver by using the updateOne() method with options for upserting and handling exceptions.

@@ -16,6 +16,7 @@ What's New

.. meta::
:keywords: version, update, upgrade, backwards compatibility
:description: Discover the latest features and updates in recent versions of the Node.js driver, including new support for compression algorithms, authentication mechanisms, and various performance improvements.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
:description: Discover the latest features and updates in recent versions of the Node.js driver, including new support for compression algorithms, authentication mechanisms, and various performance improvements.
:description: Discover the latest features and updates of the in the MongoDB Node.js Driver.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
@rachel-mack rachel-mack merged commit 3c73d87 into master Apr 14, 2025
5 of 8 checks passed
github-actions bot pushed a commit that referenced this pull request Apr 14, 2025
* Add missing meta descriptions

* Apply suggestions from code review

---------

Co-authored-by: Rachel Mackintosh <[email protected]>
(cherry picked from commit 3c73d87)
@rachel-mack rachel-mack deleted the missing-meta-descriptions branch April 14, 2025 16:08
rachel-mack pushed a commit that referenced this pull request Apr 14, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
* Add missing meta descriptions

* Apply suggestions from code review

---------

Co-authored-by: Rachel Mackintosh <[email protected]>
(cherry picked from commit 3c73d87)

Co-authored-by: Nick Larew <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants